projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1799e5d
)
zap-to-char: Fix interactive specification
author
Tino Calancha
<tino.calancha@gmail.com>
Mon, 23 May 2022 12:51:08 +0000
(14:51 +0200)
committer
Tino Calancha
<tino.calancha@gmail.com>
Mon, 23 May 2022 12:52:01 +0000
(14:52 +0200)
* lisp/simple.el (zap-to-char): Include t in the list.
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 6906675f68ad6f8c7157be2644af6be2e78c091b..fb1bf3fa742d4d50196a9b73a4ad396772b13418 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-6352,8
+6352,8
@@
If called interactively, do a case sensitive search if CHAR
is an upper-case character."
(interactive (list (prefix-numeric-value current-prefix-arg)
(read-char-from-minibuffer "Zap to char: "
- nil 'read-char-history)
)
- t)
+ nil 'read-char-history)
+ t)
)
;; Avoid "obsolete" warnings for translation-table-for-input.
(with-no-warnings
(if (char-table-p translation-table-for-input)